CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - linux shell

搜索资源列表

  1. Shell

    0下载:
  2. 一个介绍Linux下Shell编程的资料,对初学者是很有用的参考-An introduction under Linux Shell Programming information is very useful for beginners reference
  3. 所属分类:software engineering

    • 发布日期:2017-05-10
    • 文件大小:2524020
    • 提供者:李力
  1. shell

    0下载:
  2. 在Linux下简单模仿shell命令解析器功能,编译器GCC。-Simple imitation under Linux shell command parser function, the compiler GCC.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:545
    • 提供者:hanzhen
  1. shell-script

    0下载:
  2. 这个是Linux上的一个脚本语言,shell编程,主要讲解shell脚本编程-This is a scr ipting language on Linux, shell programming, mainly on shell scr ipting
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:1367813
    • 提供者:郑梦瑶
  1. shell

    0下载:
  2. LInux Shell编程示例,分支语句(if),循环(for,while)等,-LInux Shell programming examples, branching statements (if), cycling (for, while), etc.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-25
    • 文件大小:11886
    • 提供者:甘攀
  1. Shell

    0下载:
  2. linux-shell脚本语言,全书详细的介绍了在Linux系统下使用shell脚本编程的相关介绍-linux-shell scr ipting language, the book describes in detail the use of shell scr ipting in Linux systems related presentations
  3. 所属分类:software engineering

    • 发布日期:2017-06-19
    • 文件大小:29472854
    • 提供者:付小白
  1. shell

    0下载:
  2. 利用C语言实现的一个linux环境下的shell解析器的功能,功能比较简单-linux shell
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-25
    • 文件大小:10240
    • 提供者:尹思儒
  1. Linux-shell)

    0下载:
  2. 1、 首先利用readline()函数读到用户输入的shell命令,采用一个数组来保存shell命令,数组有固定的大小。 2、 在main()函数中根据字符串中是否存在 "&" 字符判断是否为后台进程。如果是后台命令则判断是否是多条指令,如果不是将分割后的命令传递给pipel()函数,如果是的话分割之后利用while循环将命令传递给pipel()函数。如果不是后台进程,需要用waitpid()函数等待子进程结束后父进程才继续。 -1, we use readLine () functio
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-24
    • 文件大小:29820
    • 提供者:rrr
  1. record-linux-shell-history

    0下载:
  2. 该脚本用于linux上记录shell history ,将历史记录保存在文档中。-this scr ipt can used in linux system,it can record the shell history in word.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-25
    • 文件大小:12170
    • 提供者:luozhiqiang
  1. Linux

    0下载:
  2. linux环境下shell的基本命令大全,包含了大部分编程用到的基本命令。-The basic command Daquan linux shell environment, including the most basic commands used in programming.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-26
    • 文件大小:11599
    • 提供者:xiaogui
  1. shell

    0下载:
  2. 讲述linux开发的shell语言的编写,和命令。-Write about the linux shell language development, and commands.
  3. 所属分类:software engineering

    • 发布日期:2017-04-05
    • 文件大小:51338
    • 提供者:马德生
  1. (ebook)-Linux-Shell-Scripting-Tutorial

    0下载:
  2. Shell scr ipting e-book
  3. 所属分类:software engineering

    • 发布日期:2017-04-06
    • 文件大小:118619
    • 提供者:SJ
  1. shell

    0下载:
  2. 这是linux编程必须要懂的shell编程教程,讲得很详细。-It is necessary to understand the programming linux shell programming tutorials, very detailed.
  3. 所属分类:Communication

    • 发布日期:2017-05-11
    • 文件大小:2181521
    • 提供者:程宁
  1. shell

    0下载:
  2. ubuntu linux 模拟shell终端,可以实现简单的命令,如查询,进入,删除,建立文件等-ubuntu linux shell terminal simulation, can achieve a simple command, such as a query, enter, delete, create files, etc.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-30
    • 文件大小:25842
    • 提供者:adam
  1. Bash-Shell

    0下载:
  2. UNIX/Linux shell 有很多种,比如 Bourne shell(又称 AT&T shell,标准的 UNIX shell, sh)、 C shell(又称 Berkeley shell)、 Korn shell(Bourne shell 的扩展集,ksh)、 TC shell、 Z shell、 Bash shell 等。 这些 shell 的功能和使用都不尽相同。我们通常说 shell 编程,其实说精通所有 shell 编 程是很难的, 一般也没有必要。 学习 shel
  3. 所属分类:Shell api

    • 发布日期:2017-05-04
    • 文件大小:115517
    • 提供者:jin
  1. Shell

    0下载:
  2. 本软件类似于Linux系统下的Shell命令行解释器,根据输入的不同命令,能够实现不同的功能,(绝对精彩),经过老师检查,成绩满分,程序功能已超出作业要求。-The software is similar to Linux Shell command line interpreter under the system, depending on the command input, it is possible to achieve different functions, (absolutel
  3. 所属分类:OS Develop

    • 发布日期:2017-05-07
    • 文件大小:1475657
    • 提供者:zhoumo
  1. Shell

    0下载:
  2. linux shell implementation in C languages
  3. 所属分类:OS Develop

    • 发布日期:2017-04-13
    • 文件大小:1865
    • 提供者:WhileOne
  1. linux-shell2

    0下载:
  2. Linux shell脚本中变量的使用,适合shell初学者-Use Linux shell scr ipt variables for shell beginners
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:713
    • 提供者:刘梦
  1. Linux+命令行和shell脚本编程宝典

    0下载:
  2. shell脚本语言编程和linux命令行,编程宝典,linux学习。(shell scr ipting language)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-24
    • 文件大小:54624256
    • 提供者:tianqingyouyu
  1. Linux命令行与shell脚本编程大全.第3版

    1下载:
  2. linux脚本编程,Linux命令行与shell脚本编程大全。详细介绍了linux下的基本操作等。(linux command and scr ipt)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-17
    • 文件大小:12316672
    • 提供者:without_
  1. Shell编程

    1下载:
  2. shell编程熟悉Linux操作系统下Shell命令的使用,学习用Shell进行编程,并编写能够完成简单功能的Shell脚本(shell if [ -d newitem ]; then echo hello; f)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-25
    • 文件大小:13312
    • 提供者:fFfFff123
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 48 »
搜珍网 www.dssz.com